home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2008 October / PCgo 2008-10 (DVD).iso / interface / styles / navigation.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2007-11-07  |  3.9 KB  |  253 lines

  1. /* CSS Document */
  2.  
  3. #navigation
  4. {
  5.   float:left;
  6.   z-index: 1000;
  7.   position: absolute; 
  8.   top: 0px; 
  9.   left: 103px; 
  10. }
  11.  
  12. #navigation a 
  13. {
  14.   font-family: helvetica;
  15.   font-style: normal;
  16.   display: block; 
  17.   white-space: nowrap;
  18.   margin: 0;
  19.   height: 30px;
  20. }
  21.  
  22. #navigation ul li {
  23.   float: left; 
  24.   width: 160px;
  25.   font-size: 16px;   
  26. }
  27.  
  28. #navigation ul ul li {
  29.   background: #999;
  30.   color: #fff;
  31.   white-space: nowrap;
  32.   border-bottom: solid 1px white; 
  33. }
  34.  
  35. #navigation ul ul ul li {
  36.   background-image: url('../images/menubackgrdlvl2.png');
  37.   color: #fff;
  38.   padding-top: 1px;
  39.   border-bottom: solid 0px white;   
  40. }
  41.  
  42. #navigation ul ul li span 
  43. {
  44.   font-family: arial;
  45.   font-size: 12px;  
  46.   white-space: nowrap;
  47.   margin: 0;
  48.   width: 100%;
  49.   color: #fff;
  50.   height: 32px; 
  51.   padding-left: 5px;
  52. }
  53.  
  54. #navigation ul ul ul li span 
  55. {
  56.   font-family: arial;
  57.   font-size: 12px;  
  58.   white-space: nowrap;
  59.   margin: 0;
  60.   width: 100%;
  61.   color: black;
  62.   height: 32px; 
  63.   padding-left: 15px;
  64. }
  65.  
  66. ul.menutop 
  67. {
  68.   position: relative;
  69.   top: 0px;
  70.   font-size: 12px;
  71.   list-style-type: none;
  72.   font-weight: bold;
  73.   line-height: 28px;
  74. }
  75.  
  76. ul.closed, ul.opened 
  77. {
  78.   font-size: 12px;
  79.   list-style-type: none;
  80.   font-weight: bold;
  81.   line-height: 28px;
  82. }
  83.  
  84. ul.closed 
  85. {
  86.   display:none;
  87. }
  88.  
  89. ul.opened 
  90. {
  91.   display:block;  
  92.   color: red;
  93. }
  94.  
  95. #navigation ul ul.opened {
  96.  color: red;
  97. }
  98.  
  99. a.folder 
  100. {
  101.   cursor:pointer;
  102.   cursor:hand;
  103.   text-decoration: none;
  104.  
  105. a.folder:hover {
  106.   background-color: #636363;
  107. }
  108.  
  109. a.folderSub {
  110.   text-decoration: none;
  111.   background-image: url('../images/menubackgrdlvl2.png');
  112.   cursor: hand;
  113.   cursor: pointer;
  114. }
  115.  
  116. a.folderSub:hover {
  117.   background-image: url('../images/menubackgrdlvl2_hover.png');
  118. }
  119.  
  120. a.foldertop 
  121. {
  122.   cursor:pointer;
  123.   cursor:hand;
  124.   text-align: center;
  125.   padding-top: 3px;
  126.  
  127. .menurow 
  128. {
  129.   background-image: url('../images/menubackgrdtop.png');
  130.   background-position: top;
  131.   background-repeat: repeat-x;
  132.   width: 100%;
  133.   height: 33px;
  134.   position: relative;
  135. }
  136.  
  137. .menutopcenter 
  138. {
  139.   text-align: center;
  140. }
  141.  
  142. .nodecoration 
  143. {
  144.   text-decoration: none;
  145.   color: #000;
  146. }
  147.  
  148. /*Navi - Erweiterung*/
  149. div#naviErweiterung
  150. {
  151.   position: absolute;
  152.   top: 0px;
  153.   left: 815px;
  154.   margin: 0 0 0 0;
  155.   padding: 0px;
  156.   width: 103px;
  157. }
  158.  
  159. div#naviErweiterung2
  160. {
  161.   position: absolute;
  162.   top: 0px;
  163.   left: -103px;
  164.   margin: 0 0 0 0;
  165.   padding: 0px;
  166.   width: 103px;
  167. }
  168.  
  169. a#siteMapBTN, a#helpBTN, a#homeBTN, a#prevBTN
  170. {
  171.   display: block;
  172.   width: 33px;
  173.   height: 33px;
  174.   float: left;
  175. }
  176.  
  177. a#verlaufBTN {
  178.   display: block;
  179.   width: 32px;
  180.   height: 33px;
  181.   float: left;
  182. }
  183.  
  184. a#nextBTN {
  185.   display: block;
  186.   width: 34px;
  187.   height: 33px;
  188.   float: left;
  189. }
  190.  
  191. a#homeBTN
  192. {
  193.   background: #fff url('../images/btnHomeNormal.png') no-repeat top left;
  194. }
  195.  
  196. a:hover#homeBTN
  197. {
  198.   background: #fff url('../images/btnHomeHover.png') no-repeat top left; 
  199. }
  200.  
  201. a#prevBTN
  202. {
  203.   background: #fff url('../images/btnPrevNormal.png') no-repeat top left;
  204. }
  205.  
  206. a:hover#prevBTN
  207. {
  208.   background: #fff url('../images/btnPrevHover.png') no-repeat top left; 
  209. }
  210.  
  211. a#nextBTN
  212. {
  213.   background: #fff url('../images/btnNextNormal.png') no-repeat top left;
  214. }
  215.  
  216. a:hover#nextBTN
  217. {
  218.   background: #fff url('../images/btnNextHover.png') no-repeat top left; 
  219. }
  220.  
  221. a#siteMapBTN
  222. {
  223.   background: #fff url('../images/btnSitemapNormal.png') no-repeat top left;
  224. }
  225.  
  226. a:hover#siteMapBTN
  227. {
  228. /*  background: #fff url('../images/btnSitemapHover.png') no-repeat top left; */
  229. }
  230.  
  231. a#verlaufBTN
  232. {
  233.   background: #fff url('../images/btnVerlaufNormal.png') no-repeat top left;
  234. }
  235.  
  236. a:hover#verlaufBTN
  237. {
  238.   background: #fff url('../images/btnVerlaufHover.png') no-repeat top left;
  239. }
  240.  
  241. a#helpBTN
  242. {
  243.   background: #fff url('../images/btnHelpNormal.png') no-repeat top left;
  244. }
  245.  
  246. a:hover#helpBTN
  247. {
  248.   background: #fff url('../images/btnHelpHover.png') no-repeat top left;
  249. }
  250. /*Navi - Erweiterung*/
  251.